func crypto/x509.base128IntLength

4 uses

	crypto/x509 (current package)
		oid.go#L60: 	length := base128IntLength(oid[0]*40 + oid[1])
		oid.go#L62: 		length += base128IntLength(v)
		oid.go#L73: func base128IntLength(n uint64) int {
		oid.go#L81: 	for i := base128IntLength(n) - 1; i >= 0; i-- {